@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
#Main #Left #BuffyBar li a {
	text-decoration: none;
	font-family: Courier New;
	background-image: url(Button.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 180px;
	color: #FFF;
	padding-left: 20px;
	line-height: 35px;
}

#Main #Left ul#BuffyBar {
	list-style-type: none;
	width: 200px;
}
#Main #Left #BuffyBar li a:hover {
	background-image: url(Button.jpg);
	background-position: 0px -35px;
}

#Main #Left #BuffyBar li {
	height: 35px;
	width: 200px;
}
